projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f17766
)
Don't explictly zero alt.
author
robertl
<robertl>
Mon, 19 Jun 2006 15:49:45 +0000
(15:49 +0000)
committer
robertl
<robertl>
Mon, 19 Jun 2006 15:49:45 +0000
(15:49 +0000)
wbt-200.c
patch
|
blob
|
history
diff --git
a/wbt-200.c
b/wbt-200.c
index 74a56bba44bbcdf6fa1d6f2ee41f25a0cc09f0f8..34b6c05a711d266cb6340bb05b95d465d4555801 100644
(file)
--- a/
wbt-200.c
+++ b/
wbt-200.c
@@
-264,7
+264,6
@@
static void data_read(void) {
wpt->latitude = lat;;
wpt->longitude = lon;
- wpt->altitude = 0.0;
wpt->creation_time = rtim;
wpt->centiseconds = 0;